This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Are you sure that the Collection is returned? i.e. it is Not Nothing? ~Umberto Nongeroson 11.Nov.02 10:53 PM a Web browser Toolkits 6.0Windows 2000
What is the value of DBSearch variable? Especially if the code below works w/ no modifications for db.Search, then it is probably not the correct format for FTSearch.
'db.Search that works
'Set collection = db.Search(DBSearch, CutOffDateTime, 100)
'db.FTSearch that does not work
Set collection = db.FTSearch(DBSearch, 100)